home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000298_news@newsmaster….columbia.edu _Tue Mar 17 17:00:04 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA16914
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 17 Mar 1998 17:00:03 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA06207
  7.     for kermit.misc@watsun; Tue, 17 Mar 1998 17:00:01 -0500 (EST)
  8. Path: news.columbia.edu!not-for-mail
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: compiling ckermit with cygnus win32 tools
  12. Date: 17 Mar 1998 16:59:56 -0500
  13. Organization: Columbia University
  14. Lines: 34
  15. Message-ID: <6emros$gdl@watsun.cc.columbia.edu>
  16. References: <wken01miot.fsf@aplcomm.jhuapl.edu> <wk1zw1rrpp.fsf@jhuapl.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8495
  19.  
  20. In article <wk1zw1rrpp.fsf@jhuapl.edu>,
  21. Skip Collins  <collibf1@jhuapl.edu> wrote:
  22. : I wrote:
  23. : > I have compiled ckermit 6.0.192 using the cygnus b19.1 tools under
  24. : > windows 95. As a start I used the linux make and removed the curses
  25. : > and tcp stuff. The compilation completed without a hitch. I can run
  26. : > the program, but I am having difficulty getting to the serial
  27. : > ports. 
  28. : After I compiled with -DNOUUCP and fixed the way I mounted COM1 and
  29. : COM2, serial transfer worked like a charm on a few simple tests.
  30. : Currently, the command line gets a little garbled. But that is
  31. : probably pretty easy to fix. Now, if I can go back and fix uucp lock
  32. : files, ncurses, and tcp, the end result should be pretty nice.
  33. Nice for what purpose?
  34.  
  35. It would lack terminal emulation, XYZmodem file transfer, Windows
  36. Telephony, scrollback in command and terminal modes, mouse actions,
  37. printer control, Browser hotspots, keyboard mapping for all keys and
  38. key combinations, support for Windows code pages and/or Unicode, and
  39. countless other Windows-specific items that Windows users ask for.
  40.  
  41. UNIX C-Kermit is designed for, and supported under, UNIX.  If it can
  42. be compiled under Windows using UNIX compatibility libraries such as
  43. Cygwin-32, OpenWindows, or UWIN, it might or might not work; if it
  44. works, it might work well or poorly, but in any case the result is not
  45. supportable.
  46.  
  47. We already have a mature and supported native product for Windows 95,
  48. one which is under constant development.  There is no need to start
  49. over.
  50.  
  51. - Frank